home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / xfd_pwf.lha / xfd_pwf / Readme.txt next >
Text File  |  1996-10-28  |  2KB  |  64 lines

  1. XFD_PassWordFinder (c) 1996 Denis Unger
  2. ****************************************
  3.  
  4. Xfd_pwf is freeware.
  5. Xfd_pwf needs the xfdmaster.library.
  6.  
  7. Why you need xfd_pwf ?
  8. ======================
  9.  
  10. If you have forgot a password for a crypted file with a XFD packer you can
  11. use xfd_pwf for find that password.
  12. Xfd_pwf is not fast but it works.
  13.  
  14. Xfd_pwf can use a dictionary or an character file for finding the correct password.
  15.  
  16.  
  17. How works xfd_pwf ?
  18. ===================
  19.  
  20. SOURCE/A,DEST/A,DIC/K,PW/K,CHR/K,EVERYWORDS/N,MAXCHARS/N
  21.  
  22. SOURCE: the source (crypted or crunched) file
  23. DEST: the destination file
  24. DIC: the dictionary with all the words
  25. PW: the password for decrunching or from where the search should begin
  26. CHR: the character file with all characters
  27. EVERYWORDS: default: 1000; that means every 1000 checked words the last password will
  28.             be written to the command line
  29. MAXCHARS: default: 5; that means only words up to 5 characters are used;
  30.                       this is only useful for CHR mode
  31.  
  32. Now any examples:
  33. =================
  34.  
  35. xfd_pwf test1.xpk test1
  36. > only decrunchs the file test1.xpk to the file test1
  37.  
  38. xfd_pwf test1.xpk test1 pw aaaa
  39. > decrunchs the file test1.xpk to the file test1 with password aaaa
  40.  
  41. xfd_pwf test1.xpk test1 chr chr/numbers.chr
  42. > checks all combinations with the characters from the character file numbers.chr
  43.  
  44. xfd_pwf test1.xpk test1 dic dics/test.dic
  45. > checks all words from dictionary test.dic
  46.  
  47. Additional you can set a password from where the program should start.
  48. E.g. xfd_pwf test1.xpk test1 chr chr/numbers.chr pw 50000
  49. > now the search begins from password 50000
  50. This is helpful if xfd_pwf finds a false password, that means the founded password
  51. can decrunch the file but the destination file has not the correct datas.
  52.  
  53. More dictionaries you can find on any ftp servers.
  54.  
  55. If you have any questions about xfd_pwf you can write to:
  56.  
  57. Denis Unger
  58. Schönheider Str. 41
  59. 08328 Stützengrün
  60. GERMANY
  61.  
  62. e-mail: denis.unger@fh-zwickau.de
  63. WWW: http://www.fh-zwickau.de/~deu/
  64.